home *** CD-ROM | disk | FTP | other *** search
- echo off
- @cls
- @echo.
- @echo.
- @echo Options Menu
- @echo.
- @echo.
- @echo.
- @echo Press 1 to play the Game
- @echo.
- @echo Press 2 to put the game on your hard drive
- @echo.
- @echo Press 3 to return to the games menu
- @cd bash
- @echo.
- dch [45] 9123 Please choose one now....
- if errorlevel 5 goto BYE
- if ERRORLEVEL 4 GOTO THREE
- if ERRORLEVEL 3 GOTO TWO
- if ERRORLEVEL 2 GOTO ONE
-
- goto bye
- :ONE
- 1.bat
- goto bye
- :TWO
- 2.bat
- goto bye
- :THREE
- 3.bat
- goto bye
- :BYE
- cd..
-